home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / bios31a.arc / RUNME.BAT < prev   
DOS Batch File  |  1988-12-06  |  4KB  |  79 lines

  1. echo off
  2. cls
  3. echo -
  4. echo First you will execute BIOSSIG.EXE which attempts to match your BIOS ROM
  5. echo against a database containing information on over 160 BIOS's.
  6. echo -
  7. echo If we have Your BIOS ROM already in our database, when you select the Quick Scan
  8. echo Menu Selection, all of your BIOS's Signature Fields will be displayed.
  9. echo -
  10. echo If you do not get a 100 percent match, then consider capturing information
  11. echo from your BIOS and sending it to us so we can add your BIOS's signature
  12. echo information to the database.  This batch file will tell you where to send 
  13. echo the file when you exit the program.
  14. echo -
  15. echo If you have a monochrome adapter, the program may clear the screen and then
  16. echo appear to hang.  You can Press Control C, answer Y and then type: "runme mono".
  17. echo -
  18. echo If you have a Color Graphics Adapter that "snows" then type: "runme snow" or
  19. echo use the Optional Customization Menu within BIOSSIG.
  20. echo -
  21. echo If you can't run BIOSSIG successfully, all the more reason to run rom_capt,
  22. echo rename the file "all_64k.rom" to something that describes your BIOS, and
  23. echo send it to us at the address or BBS listed later in this runme.bat file.
  24. echo -
  25. pause
  26. cls
  27. biossig %1 %2
  28. cls
  29. echo -
  30. echo You can either mail a disk with the BIOS Signature file(s) to:
  31. echo -
  32. echo                 Mike Focke
  33. echo                 3599 Twilight Ct
  34. echo                 Oakton, Va 22124
  35. echo -
  36. echo Or you may upload the file(s) to us on Jeff Morley's Interconnect BBS at
  37. echo 703-827-5762.    Use Door 1 to register online for full access the first
  38. echo time on!  ARC or not as you please.  Since I use MNP, the .ROM files
  39. echo actually transfer to me just as fast as the .ARC files.  Please make it a
  40. echo private upload/download by preceding the file description with a "/" and
  41. echo leave Mike Focke a PRIVATE message with the filename. 
  42. echo -
  43. echo As not everyone who sends a BIOS has described what they see when their
  44. echo machine boots, there may be subtle errors in the identification
  45. echo (typically characters that are in the BIOS memory but that are not displayed).
  46. echo -
  47. echo Chris Stevens has submitted a BIOS that is in the database in terms of
  48. echo its six part signature, but is slightly different in it's code from one
  49. echo previously  received.  Therefore with this version we have added a
  50. echo Cyclic Redundancy Check (CRC) to help differentiate between such BIOSs.
  51. echo -
  52. pause
  53. cls
  54. echo -
  55. echo If we have received a BIOS from you ....thanks.
  56. echo -
  57. echo If we have received one and have failed to give appropriate credit...
  58. echo shame on us...please leave us a note...
  59. echo -
  60. echo We would especially appreciate some help in finding the original IBM
  61. echo PC, XT, Convertable, AT and PS-2 Model 80 20mhz BIOSs. We need the new 
  62. echo PS/2 model 30 too.
  63. echo -
  64. echo If you run a 386 machine which shadows the BIOS for additional speed,
  65. echo either turn off the shaddowing or run RAM-CAPT. You can tell which one 
  66. echo because the wrong one will produce a file with all square boxes for the
  67. echo entire file. Lots of BIOSsproduce square boxes in the begining but a 
  68. echo shadowed BIOS file will be all boxes unless you use RAM-CAPT or turn
  69. echo off the shadowing and run ROM-CAPT.
  70. echo -
  71. echo BIOSSIG updates will appear regularly on Jeff Morley's Interconnect BBS
  72. echo 703-827-5762 24 hours PCBoard.
  73. echo -
  74. echo Thanks again for your help from Ricki Vick and Mike Focke.
  75. echo -
  76. pause
  77.  
  78.  
  79.